body {
  font-family: 'Nunito', sans-serif;
}


.title-bar {
  background: #a01bb7;
  color: #fff;
  text-align: center;
  padding: 18px 14px;
  border-radius: 12px;
  margin: 16px 0 22px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.title-bar h1 {
  margin: 0;
}
FrieslandCampina
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 12px;
}


.feature {
  max-width: 600px;
  margin: 30px auto;
  padding:12px ;
}

.feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
}


.feature-media img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.feature-content h3 {
  margin: 0 0 8px;
  color: #1f1f1f;
  font-weight: 800;
}

.feature-content p {
  color: #444;
  line-height: 1.6;
  margin: 0 0 14px;
width: 500px;}


/* Container breder maken */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Achtergrond voor hele pagina */
body {
  background: linear-gradient(180deg, #fafafa, #f3f3f3);
}

/* Afwisselende layout */
.feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Zorg dat even kaarten omgekeerd zijn */
.feature-card:nth-child(even) {
  grid-template-columns: 1fr 1fr;
  direction: rtl;
}
.feature-card:nth-child(even) .feature-content {
  direction: ltr;
}

/* Afbeeldingen netjes vullen */
.feature-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
}

/* Titels en tekst */
.feature-content h3 {
  color: #b34d4d;
  margin-bottom: 10px;
}
.feature-content p {
  color: #444;
  line-height: 1.6;
}
body {
  background: url("https://www.transparenttextures.com/patterns/cubes.png");
}
